home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 September / EnigmA AMIGA RUN 10 (1996)(G.R. Edizioni)(IT)[!][issue 1996-09][EARSAN CD XI].iso / aweb / awebmail.readme < prev    next >
Text File  |  1996-03-31  |  2KB  |  43 lines

  1. Short    : Mail plugin for Aweb (TCP: required)
  2. Uploader : panther@gate.net (Josef Faulkner)
  3. Author   : panther@gate.net (Josef Faulkner)
  4. Type     : comm/tcp
  5. Version  : 1.0a
  6.  
  7. Inline mail send arexx script for Aweb (w/ Voodoo Launch Option!)
  8.  
  9. Version 1.0a
  10.  
  11. By Josef Faulkner (panther@gate.net) IRC: Josef
  12.  
  13. Description:
  14. ¯¯¯¯¯¯¯¯¯¯¯
  15. This script is a mailto: plugin for Aweb.  This script will be run in
  16. response to mailto: URLs, and will allow you to either compose a message
  17. inside Aweb's GUI and send it, with NO need for any SMTP mailers, or you
  18. can Launch Voodoo and let it handle the job.
  19.  
  20. Features:
  21. ¯¯¯¯¯¯¯¯¯
  22.     o Does not need an external SMTP mail program, does network stuff itself
  23.         if you have the TCP: network device installed.
  24.     o Can launch Voodoo instead, and this script will pass it the screenname
  25.       and address, and fill in a default subject.
  26.     o Runs transparently.  After you install, you don't even know it's there.
  27.     o Loads your signature into the <textarea> gadget.
  28.  
  29. Installation:
  30. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  31.     1) Put this script in the same directory that the Aweb executable is in.
  32.     2) Set Aweb to the following settings:
  33.           ----------------------------------------------
  34.     Network 3: External Programs
  35.                mailto:
  36.       Command:  sys:rexxc/rx
  37.     Arguments:  awebmailsend.rexx %s %s
  38.           ----------------------------------------------
  39.     Network 1: General
  40.     [ X ] Allow Shell commands in Links (check on)
  41.           ----------------------------------------------
  42.     3) Set your preferences inside the script.
  43.